Left

Returns a number of characters from the beginning of a string.

Syntax

Left("String", NumberOfCharacters)

Arguments

Argument Description
String String to return characters from.
NumberOfCharacters Number of characters to return.

Return value

Value Description
Value Characters from the beginning of the string.

Example

LeftString = Left("QAWPString", 4)